home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr57 / fm_ext.zip / MY_FMEXT.RC < prev    next >
Text File  |  1993-06-02  |  377b  |  14 lines

  1. #include <windows.h>
  2. #include "my_fmext.h"
  3.  
  4.  
  5. // Note: the inserted menu item in the File Manager will always send
  6. // FMEVENT_INITMENU.  Trapping that message will always allow you to
  7. // initialize the menu below.  This menu appears as a popup under the
  8. // top level extention menu item.
  9.  
  10. My_FMExtentionMenu MENU
  11. BEGIN
  12.    MENUITEM "&Create Window",    IDM_MYFMEXT
  13. END
  14.